textview: Unparent the emoji chooser on dispose
authorCarlos Garcia Campos <cgarcia@igalia.com>
Tue, 2 Jun 2020 14:32:13 +0000 (16:32 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 2 Jun 2020 14:47:56 +0000 (16:47 +0200)
commitd2e0ada794417e90e6ea611b98ceb5b39df87632
treea048502fbad5b884a00bc0f1685e75610fa1782a
parentc07ae5806ee14511a45998ee291777a63b24f262
textview: Unparent the emoji chooser on dispose

This was causing the warning "GtkEmojiChooser is not a child of
GtkTextView" when destroying a GtkTextView if the emoji chooser was
shown.
gtk/gtktextview.c